C#
VB
C++
Allows components to un-register from a typed events registered with the Subscribe<T> method.
public void Unsubscribe<T>(
EventHandler<T> onEventExecuted
)
Sub Unsubscribe(Of T As EventArgs)( _
ByVal onEventExecuted As EventHandler(Of T) _
)
void Unsubscribegeneric<typename T>
(
EventHandler<T^>^ onEventExecuted
)
where T: EventArgs
onEventExecuted
A callback that is used when calling the Subscribe<T> method.
T
The type of the event the component is wants to unsubscribe from.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET